home *** CD-ROM | disk | FTP | other *** search
/ STraTOS 1997 April & May / STraTOS 1 - 1997 April & May.iso / CD01 / DISK / FRDM114E / FREEDOM.CNF < prev    next >
Encoding:
Text File  |  1995-07-05  |  12.5 KB  |  403 lines

  1. ; Freedom┐ Configuration File (English translation by Joe Connor)
  2. ;
  3. ; This file can be edited using Everest or other ASCII text editor.
  4.  
  5. ; Font ID:
  6. ;#FONTID 101
  7.  
  8. ; Font size in points:
  9. ;#FONTSIZE 7
  10.  
  11. ; Line spacing between entries in pixels:
  12. #LINESPACE 1
  13.  
  14. ; Default colours (Note! Your system may change these values!):
  15. ;  0=White        1=Black        2=Red           3=Green
  16. ;  4=Blue         5=Cyan         6=Yellow        7=Magenta
  17. ;  8=Grey         9=Dark grey   10=Dark red     11=Dark green
  18. ; 12=Dark blue   13=Dark cyan   14=Dark yellow  15=Dark magenta
  19.  
  20. ; Directory window background colour (default 0)
  21. #BCKCOLOR 2
  22.  
  23. ; Text colour in directory window (default 1)
  24. #TXTCOLOR 0
  25.  
  26. ; Text colour for selected objects in directory window (default 0)
  27. #STXTCOLOR 3
  28.  
  29. ; Background colour for selected objects (default 1)
  30. #SBCKCOLOR 0
  31.  
  32. ; The following strings are used to control how objects are displayed in 
  33. ;the directory window.
  34. ;
  35. ; Format string for standard TOS 8.3 filename display:
  36. #FORMAT
  37. %-F %-E%9P  %2D.%2M.%2Y %T%h:%m
  38. ;
  39. ; Format string for handling long filenames etc:
  40. #LONGFORMAT
  41. %-20N%9P %2D.%2M.%2Y %T%h:%m
  42. ;
  43. ; Format string (ugly!) for use with proportional fonts, using tabs:
  44. ;%12R%N%6C%P  %4L%2D.%2M.%2Y %T%h:%m
  45.  
  46. ; Format string for output to Clipboard using [Shift]+[Control]+C
  47. ; Double click on the Clipboard icon to use
  48. ;#NICEFORMAT %-F %-E%11P  %2D.%2M.%2Y %h:%m
  49.  
  50. ; Sets the character/s for the closer icon:
  51. ; Using this string it's possible to assign two characters from the
  52. ; system typeface for use as the closer. By editing the system font 
  53. ; any desired icon could be created (one of Chrisker's good ideas).
  54. #CLOSER 
  55.  
  56. ; Sets the character for Select all/Invert selection icon:
  57. #ALLSELECT 
  58.  
  59. ; Sets the character for the scroller up arrow:
  60. #UPARROW 
  61.  
  62. ; Sets the character for the scroller down arrow:
  63. #DNARROW 
  64.  
  65. ; Colour for the sizer icon at the bottom right corner:
  66. ; 0=White is the default.
  67. #SIZERCOLOR 0
  68.  
  69. ; Left hand mode:
  70. ; Especially for the estimated 10% of left handed Atari users! The
  71. ; scroll bar is displayed on the left hand side of the directory window
  72. ; (Kolja's idea).
  73. ;#LEFTY
  74.  
  75. ; Lower case character mode:
  76. #LOWERCASE
  77.  
  78. ; Supress busy mouse pointer (Coffee cup):
  79. ;#NOBUSY
  80.  
  81. ; Time slice (in milliseconds) for Freedom┐'s action dispatcher:
  82. ; Accuracy 5ms. The larger the value the faster Freedom┐ can display
  83. ; directories, search etc. This does however slow down other parallel 
  84. ; running programs.
  85. #TSLICE 50
  86.  
  87. ; Auto locator mode:
  88. ; 0 = OFF (Can still be called using [Control]+[Tab])
  89. ; 1 = Autolocator matches only files, not folders
  90. ; 2 = Auto locator matches all (default)
  91. #AUTOLOCATE 2
  92.  
  93. ; Open folder with double click:
  94. #DOUBLECLICK
  95.  
  96. ; Background operation of Windowed dialogs:
  97. #BACKDIAL
  98.  
  99. ; File selector to mouse, otherwise at last position:
  100. ;#TOMOUSE
  101.  
  102. ; Sort mode on starting:
  103. ; 1=Name, 2=Date, 3=Size, 4=Type, 5=None, Negative = Reverse sorting
  104. #SORT 1
  105.  
  106. ; Display current sort mode in slider as single character:
  107. #SHOWSORT
  108.  
  109. ; Display .. parent directory line:
  110. #DOTDOT
  111.  
  112. ; Swap 'OK' and 'Cancel' buttons in dialogs:
  113. ;#JRSTYLE
  114.  
  115. ; Delay (in seconds) after closing the last open file before the
  116. ; resident part of Freedom┐ is automatically unloaded from memory.
  117. ; Note! Minimum value is 5 seconds.
  118. #SHUTDOWN 10
  119.  
  120. ; Add fuller icon to title bar:
  121. ; Only possible if displayed as a window, the space available for the
  122. ; window title line is consequently reduced slightly.
  123. #FULLER
  124.  
  125. ; Set the mouse pointer explicitly as an arrow if Freedom┐ is active:
  126. ; (MultiTOS/MiNT doesn't seem to manage the mouse pointer separately 
  127. ; for each application...)
  128. ;#ARROW
  129.  
  130. ; Number the lines on launching Freedom┐:
  131. #LINES 15
  132.  
  133. ; Number of columns on launching Freedom┐:
  134. #COLUMNS 32
  135.  
  136. ;Set all the buttons in alert boxes to the same width:
  137. #SAMEWIDTH
  138.  
  139. ; Set Kobold path:
  140. ; Alternatively an environmental variable of the same name will be 
  141. ; observed.
  142. ; Note: A preceding ! character turns case-sensitivity ON
  143. #KOBOLD_PATH D:\KOBOLD\
  144.  
  145. ; Don't use Kobold even if it's available.
  146. #NO_KOBOLD
  147.  
  148. ; Path to viewer:
  149. ; Under a single tasking OS the viewer must already be running
  150. ; Under a multitasking OS the viewer is automatically started
  151. ; Note: A preceding ! character turns case-sensitivity ON
  152. #VIEWER D:\ST-GUIDE\ST-GUIDE.APP
  153.  
  154. ; History-File. If the path is valid a file containing the full paths to
  155. ; the last 20 selected files is maintained.
  156. #HISTFILE C:\FREEDOM.HIS
  157.  
  158. ; Define executable masks:
  159. ; Under a multitasking OS matching files are passed and automatically
  160. ; executed.
  161. #EXEC *.pr[gx],*.to[sx],*.tt[px],*.gt[px],*.ap[px],*.ac[cx]
  162.  
  163. ; Tab = Auto locator, unless off in which case = Object info:
  164. #SHELLTAB
  165.  
  166. ; Disable wrap mode:
  167. #NOWRAP
  168.  
  169. ; Freedom┐ disables all 'pings'.
  170. ;#NOPING
  171.  
  172. ; Function key definitions
  173. ; Each function is represented by a letter and can be assigned to any 
  174. ; function key between 1-20 ([Shift]+[F1]=F11 etc).
  175. ;  A = Drive popup
  176. ;  B = File popup (filtered with current mask)
  177. ;  C = Extension popup
  178. ;  D = Sort popup
  179. ;  E = User defined path popup
  180. ;  F = Available extensions popup
  181. ;  G = Selection mask dialog
  182. ;  H = Deselection mask dialog
  183. ;  I = New mask dialog
  184. ;  J = Find object dialog (bound to selector)
  185. ;  K = Create new object dialog
  186. ;  L = Selected files to list in Clipboard
  187. ;  M = Open file (display or launch)
  188. ;  O = History popup (filtered with current mask)
  189. ;  P = Recursive touch selected file/s
  190. ;  Q = Restore path from the clipboard
  191. ;  R = Individual file info dialog
  192. ;  S = File count on current drive
  193. ;  T = Find object dialog (independent of selector)
  194. ;  U = file list exported to clipboard using using #NICEFORMAT string
  195. ;  V = File popup (unfiltered)
  196. ;  W = History popup (unfiltered)
  197. ;  X = File type popup
  198. ;  - = Unassigned (Available to AV server)
  199. ;#FKTKEYS ABCDEFGHI-
  200.  
  201. ; No keypresses sent via XAcc/AV.
  202. ; Of interest mainly to anyone running Gemini 1.a under MagiC...
  203. ;#NOSENDKEY
  204.  
  205. ; A feature in the alternative desktop Thing leaves a folder selected 
  206. ; after exiting. Freedom offers this behaviour.
  207. #THINGLIKE
  208.  
  209. ; Allows all characters otherwise only valid filename characters are 
  210. ; allowed. Applications, such as GEM-View, which accept wildcard entries 
  211. ; (eg *.IMG) need this variable.
  212. #ALLCHARS
  213.  
  214. ; Function for right mouse button in directory window
  215. ; 0 = Double click
  216. ; 1 = Scrolls
  217. ; 2 = Shift simulation (same as left click with [Shift])
  218. #RBUTTON 1
  219.  
  220. ; Dialogs in window fly (like similarly names utilities):
  221. ; (Click and drag using any non-selectable object)
  222. #LETEMFLY
  223.  
  224. ; Time delay (in milliseconds) before Selectric┐ compatible object 
  225. ; selection changes to the Drag&drop hand icon:
  226. #DRAGDELAY 80
  227.  
  228. ; Initial delay (in milliseconds) before scroll arrows activate:
  229. #SCROLLDELAY 80
  230.  
  231. ; Scroll speed (in milliseconds):
  232. #SCROLLSPEED 40
  233.  
  234. ; Holding down the mouse button after a double click leads to a
  235. ; double clickz repeat. It's pretty useless :-) but because Chrisker 
  236. ; wanted it and it was in all earlier versions it's here (switchable)
  237. ;#DCREPEAT
  238.  
  239. ; Delay before sending a redraw message to an application (in 
  240. ; milliseconds) whose window/s were overwritten by the Freedom┐ logo.
  241. ; (Still unused!)
  242. ;#REDRAWDELAY 200
  243.  
  244. ; Disable 3D pop-up effect:
  245. ;#NO3DPOPUP
  246.  
  247. ; Disable 3D dialog objects in 3D capable AESs
  248. ;#NO3DELEMS
  249.  
  250. ; Set path to file search utility:
  251. ; If unavailable the built-in utility is used instead. Parafin's
  252. ; Finder protocol can either run in parallel or called automatically.
  253. #FINDER D:\UTILITY\PARAFIN.PRG
  254.  
  255. ; User defined files:
  256. ; Note: A preceding ! character turns case-sensitivity ON
  257. #FILES
  258. C:\CLIPBRD\SCRAP.TXT
  259. C:\ASSIGN.SYS
  260.  
  261. ; User defined paths:
  262. #PATHS
  263. ; Note: A preceding ! character turns case-sensitivity ON
  264. C:\*.AC?
  265. C:\GUIDES\*.HYP
  266. C:\AUTO\*.PR?
  267. C:\GEMSYS\*.FNT
  268. C:\CPX\*.CP?
  269.  
  270. ; User defined extensions:
  271. ; Note: A preceding ! character turns case-sensitivity ON
  272. #EXTENSIONS
  273. *.*
  274. *.TXT
  275. *.INF
  276. *.RSC
  277. *.DOC
  278. *.AC?
  279. *.FNT
  280. *.CP?
  281. *.PR?,*.AP?
  282. *.TOS,*.TTP
  283. *.C
  284. *.H
  285. *.S
  286.  
  287. ; Path to Images (FREEDMxx.IMG):
  288. ; Note: A preceding ! character turns case-sensitivity ON
  289. #IMAGEPATH .
  290.  
  291. ; How many Images does the file contain?
  292. #IMAGES 14
  293.  
  294. ; User defined image file masks:
  295. #FILETYPES
  296. ; Name:    A text description
  297. ; Sort:    A sort priority
  298. ; Image:   Number of the image in the image file
  299. ; Colours: Foreground colour for text, selected and unselected
  300. ;          Background colour for text, selected and unselected
  301. ; Mask:    A preceding \ denotes a folder rule
  302. ;
  303. ;Name   Sort Image Colors  Mask
  304. ;-------------------------------
  305. Folder    20    0  0 2 1 0 \*
  306. Program   19    1  0 3 1 0 *.PRG,*.TOS,*.ACC,*.TTP,*.GTP,*.APP
  307. Text      18    2  0 1 1 0 *.TXT,*.DOC,MANU*,*.ASC
  308. Readme    17    3  0 1 1 0 READ[MT]*,LIES*,*.UPL
  309. Setup     15    4  0 1 1 0 *.INF,*.CFG,*.CNF,*.DAT,*.SET
  310. Image     16    5  0 1 1 0 *.GIF,*.PI[123],*.TGA,*.PAC,*.PC[123X],*.JPG,*.IMG,*.TIF,*.CA[123]
  311. Sound     14    6  0 1 1 0 *.HSN,*.AVR,*.DVS,*.SND,*.SMP,*.MOD,*.AU,*.WAV,*.MID
  312. Resource  13    7  0 1 1 0 *.RSC
  313. XControl  12    8  0 1 1 0 *.CPX
  314. Font      11    9  0 1 1 0 *.FNT,*.SPD,*.CFN,*.TTF,*.FED
  315. Source    10   10  0 1 1 0 *.S,*.PRJ,*.H,*.C,*.LOD,*.STG
  316. Disabled   9   11  0 1 1 0 *.CPZ,*.??X
  317. Archive    8   12  0 1 1 0 *.LZH,*.LHA,*.ZIP,*.ARC,*.ZOO,*.ARJ
  318. System     7   13  0 1 1 0 *.SYS
  319.  
  320. ; (The list is searched from top to bottom for matches!)
  321.  
  322. ; The exception list:
  323. ; List here applications which utilise the fsel_input switch with 
  324. ; BEG/END_MCTRL provided a FSEL cookie is available.
  325. ; Note: Freedom┐ becomes modal under these circumstances
  326. ; Note: Enter the name displayed in the Freedom┐ title bar
  327. #IGNOREMCTRL
  328. gemini
  329. gem-view
  330. imploid
  331.  
  332. ; Display Freedom┐ as a modal Flydial (GFA Basic etc):
  333. ; (List the names which appear in the selector title)
  334. ;#MODAL
  335.  
  336. ; Applications which understand the VA_START protocol can be fooled 
  337. ; into loading file(s) non-modally.
  338. ; After calling Freedom┐ from an application listed below a 'Cancel'
  339. ; message is returned to the application which continues to run leaving 
  340. ; the Freedom┐ window on screen. File(s) can now be selected as desired
  341. ; and on exiting Freedom┐ via the 'OK' button a VA_START message is 
  342. ; sent to the calling application and the selected file(s) are loaded!
  343. ; Enter the program names prepared for appl_find() (padded to 8
  344. ; characters with no extender) followed by the exact text which appears 
  345. ; in the selector title bar so the VA_START can be emulated. Here are a 
  346. ; few examples:
  347. ; Note! Maximum 24 entries
  348. #VASTART
  349. ST-GUIDE Open Hypertext
  350.  
  351. ; Applications in which file selector calls are directly bound to a
  352. ; menu entry can be added under this section which allows absolutely 
  353. ; non modal multiple file selections to be made. In contrast to the 
  354. ; VA_START trick this method has the advantage of passing the directory 
  355. ; path and extension.
  356. ; Using the supplied program MENU_ID, which runs as an application or 
  357. ; accessory (APP/ACC), the ID numbers for a menu entry can be 
  358. ; determined. Like the VA_START method the file selector returns 
  359. ; 'Cancel' and then supplies the file/s afterwards. An MN_SELECTED 
  360. ; message is sent to the relevant application (which simulates the menu
  361. ; item) and the program then sends fsel_[ex]input calls. Instead of 
  362. ; opening a new file selector one of the selected files is returned 
  363. ; with, if neccessary, a restore MN_SELECTED message. Finally multiple 
  364. ; file selection. This doesn't work with programs without menu lines or 
  365. ; programs which call the file selector from a dialog. In these cases 
  366. ; you can try using the file selector call 'Save as...' but this method 
  367. ; has cannot remember which application window topped at the moment the 
  368. ; call was made. A normal 'Save as...' will be performed, for this
  369. ; reason this list should only be used for absolutely context 
  370. ; independent file selector calls!
  371.  
  372. #MENUBAR
  373. EVEREST 4 22 Open file(s)
  374. PC 4 22  Open File...
  375. PC 8 76  Select Project...
  376. PC 9 90  Load Configuration...
  377. PC 7 74  Execute File...
  378. PC 7 71  Assemble File...
  379. PC 7 69  Compile File...
  380. GEMVIEW 4 20 >> Select image to load
  381. ZEIGSMIR 4 20 Zeig's mir
  382. INTRFACE 4 22 Load Resource
  383. PAPYRUS 4 24 Open Document (PAP/RTF/ASCII)
  384.  
  385. ; Disable Freedom┐ when called from the following programs:
  386. ; (Freedom┐ alert boxes are still displayed)
  387. ; Note: Maximum 8 entries
  388. #EXCLUDE
  389.  
  390. ; Programs which understand Drag&Drop via pipes. For all other programs 
  391. ; Freedom┐ sends files using VA_START
  392. #PIPEDD
  393. NEWDESK
  394. GEMVIEW
  395. WINVIEW
  396. MINIVIEW
  397. XCLIPBRD
  398. PREVIEW
  399. LZHSHELL
  400.  
  401. ; Disable Freedom┐ alerts:
  402. ;#NOALERTS
  403.